From 5e1c87dba8bb95f142b53171fee47d2a5533a885 Mon Sep 17 00:00:00 2001 From: YAMAMOTO Mitsuharu Date: Thu, 9 Aug 2007 03:08:25 +0000 Subject: [PATCH] *** empty log message *** --- src/ChangeLog | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/ChangeLog b/src/ChangeLog index 83ed22dc6ab..d9eae8779e5 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2007-08-09 YAMAMOTO Mitsuharu + + * gmalloc.c (posix_memalign): New function. + 2007-08-08 Glenn Morris * Replace `iff' in doc-strings and comments. @@ -31,8 +35,8 @@ Call malloc_enable_thread on interactive startup. * gmalloc.c (_malloc_thread_enabled_p) [USE_PTHREAD]: New variable. - [USE_PTHREAD] (LOCK, UNLOCK, LOCK_ALIGNED_BLOCKS) - (UNLOCK_ALIGNED_BLOCKS): Conditionalize with it. + (LOCK, UNLOCK, LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS) + [USE_PTHREAD]: Conditionalize with it. (malloc_atfork_handler_prepare, malloc_atfork_handler_parent) (malloc_atfork_handler_child, malloc_enable_thread) [USE_PTHREAD]: New functions. -- 2.30.2